home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00007Series_94.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  639 b   |  26 lines

  1. on mouseUp
  2.   puppetSound("mainsnd")
  3.   put "MTG3: 6" & QUOTE & " to 7-1/2" & QUOTE into field "mainmounting"
  4.   puppetTransition(47, 1, 8)
  5.   set the puppet of sprite 10 to 0
  6.   if field "Tblcaste,BRK_OP" contains "BRK1" then
  7.     if field "Tblcaste,OTHER_OP" contains "MTG61" then
  8.       play frame "7ioptiona"
  9.       abort()
  10.     else
  11.       play frame "7ioptionc"
  12.       abort()
  13.     end if
  14.   end if
  15.   if field "Tblcaste,OTHER_OP" contains "MTG61" then
  16.     play frame "7ioptionb"
  17.     abort()
  18.   end if
  19.   if chars(field "Tblcaste,CA_MOD", 7, 7) contains "9" then
  20.     play frame "7ioptiond"
  21.     abort()
  22.   else
  23.     play frame "7ioptione"
  24.   end if
  25. end
  26.